Add script to find the directory that contains the Xcodeproj - #53669
Add script to find the directory that contains the Xcodeproj#53669cipolleschi wants to merge 1 commit into
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D81778456 |
|
This pull request was exported from Phabricator. Differential Revision: D81778456 |
a2114ef to
f525645
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778456 |
f525645 to
f5f2e54
Compare
cortinico
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
|
This pull request was exported from Phabricator. Differential Revision: D81778456 |
f5f2e54 to
2b190f2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778456 |
2b190f2 to
42cab05
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778456 |
42cab05 to
a9fcf48
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778456 |
a9fcf48 to
2bbacea
Compare
2bbacea to
28e8403
Compare
Summary: ## Context When configuring an app to build with SwiftPM from source, there is a sequence of operations we need to run in order to prepare the project correctly. ## Changed Add a function that given the root of the app and the name of the xcodeproject file, can return the path to the Xcode project file ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D81778456
28e8403 to
a01b8d7
Compare
|
@cipolleschi has exported this pull request. If you are a Meta employee, you can view the originating Diff in D81778456. |
|
This pull request has been merged in f0725f7. |
Summary:
Context
When configuring an app to build with SwiftPM from source, there is a sequence of operations we need to run in order to prepare the project correctly.
Changed
Add a function that given the root of the app and the name of the xcodeproject file, can return the path to the Xcode project file
Changelog:
[Internal] -
Differential Revision: D81778456